|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgametheory.FunctionEvaluationTaskGMM
public class FunctionEvaluationTaskGMM
Parallelizable Task that evaluates the moments for a given Game.
Constructor Summary | |
---|---|
FunctionEvaluationTaskGMM(int numMoments,
Game g,
double[] x)
Constructor for GMM Task. |
Method Summary | |
---|---|
Jama.Matrix |
call()
Computational logic. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionEvaluationTaskGMM(int numMoments, Game g, double[] x)
numMoments
- Number of moments.g
- Game to evaluate.x
- Vector of unknown parameters.Method Detail |
---|
public Jama.Matrix call()
call
in interface java.util.concurrent.Callable<Jama.Matrix>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |